projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34976a7
)
label: Remove a debug leftover
author
Timm Bäder
<mail@baedert.org>
Fri, 17 Apr 2020 19:28:02 +0000
(21:28 +0200)
committer
Timm Bäder
<mail@baedert.org>
Tue, 5 May 2020 06:20:09 +0000
(08:20 +0200)
gtk/gtklabel.c
patch
|
blob
|
history
diff --git
a/gtk/gtklabel.c
b/gtk/gtklabel.c
index c7ab789d6c870040325de517936812109432558b..22382ed5e5fa819fea33d8ed4349fcda5dc64c39 100644
(file)
--- a/
gtk/gtklabel.c
+++ b/
gtk/gtklabel.c
@@
-1838,8
+1838,6
@@
gtk_label_set_attributes (GtkLabel *self,
if (!attrs && !self->attrs)
return;
- if (attrs == self->attrs) g_error ("Z");
-
if (attrs)
pango_attr_list_ref (attrs);